concatenation of strings造句
例句與造句
- Concatenation of string literals and constant strings can be constant folded.
- In other languages, concatenation of string literals with an operator is evaluated at compile time, via constant folding.
- Java provides an excellent example, where the'+'operator is both numerical addition and concatenation of strings.
- In some programming languages, concatenation of strings is written : " a " + " b " which equals " ab ".
- Is this a string " 134 " ( addition of two numbers ), or " 12014 " ( concatenation of strings ) or something else?
- It's difficult to find concatenation of strings in a sentence. 用concatenation of strings造句挺難的
- For instance, the summing of numbers or the concatenation of strings or other sequences are operations that can logically apply to any number of operands.
- The free monoid on a set " X ", is the monoid of all finite strings using " X " as alphabet, with operation concatenation of strings.
- In these definitions, the string " vw " is the ordinary concatenation of strings " v " and " w " as defined in the introductory section.
- Strings, and concatenation of strings can be treated as an algebraic system with some properties resembling those of the addition of integers; in modern mathematics, this system is called a free monoid.
- The inefficiency to which Spolsky was drawing an analogy was the poor programming practice of repeated concatenation of strings ) in which the position of the destination string has to be recomputed from the beginning of the string each time because it is not carried over from a previous concatenation.
- In some programming languages an operator may be " ad-hoc polymorphic ", that is, have definitions for more than one kind of data, ( such as in Java where the + operator is used both for the addition of numbers and for the concatenation of strings ).
- Examples : It replaces an " invoke " by the result of processing the invoked frame; it replaces an " assign " with nothing; and an " instantiate " becomes the ordinary text resulting from evaluating the frame parameter s assigned expression, which can be a concatenation of strings, arithmetic expressions, and nested frame parameters.